From fa400c6dd3b1e1af5be9f7c1daab0901e7dad884 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 12 Jul 2004 16:31:49 +0000 Subject: [PATCH] bitkeeper revision 1.1062.4.1 (40f2bcf53gcaS9OsNyD24qwazvX8ug) Work around Linux 2.6 bug by always setting an NFS server on the ip= section of a kernel command line. We use the dummy value of '1.2.3.4'. Barf. --- tools/python/xen/xm/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index 9e2975d24e..1e6b7dce4a 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -348,7 +348,7 @@ def preprocess_ip(opts, vals): or vals.gateway or vals.dhcp or vals.interface) if not setip: return ip = (vals.ip - + ':' + + ':' + '1.2.3.4' + ':' + vals.gateway + ':' + vals.netmask + ':' + vals.hostname -- 2.30.2